home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / kupidon-strike.swf / scripts / DefineSprite_330 / frame_5 / DoAction.as
Encoding:
Text File  |  2011-12-21  |  270 b   |  13 lines

  1. _root.stoned = false;
  2. _root.bullet._x = 400000;
  3. _root.bow_str._visible = true;
  4. _root.bow.gotoAndStop(1);
  5. _root.gameplay = true;
  6. i = 0;
  7. while(i < _root.todel_objects.length)
  8. {
  9.    _root.stage_objects.splice(_root.todel_objects[i],1);
  10.    i++;
  11. }
  12. gotoAndStop(1);
  13.